ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / ChartAxis<T> Class / LabelAngle Property

In This Topic
    LabelAngle Property (ChartAxis<T>)
    In This Topic
    Gets or sets the rotation angle of axis labels. The angle is measured in degrees with valid values ranging from -90 to 90.
    Syntax
    'Declaration
     
    Public Property LabelAngle As Nullable(Of Integer)
    public Nullable<int> LabelAngle {get; set;}
    See Also